5.3.3 APPX Application Design Manual

+ Chapter 1-1: Overview of Application Design
+ Chapter 1-2: Getting Started
+ Chapter 1-3: Data Dictionary
+ Chapter 1-4: Understanding Process Design
+ Chapter 1-5: Interprocess Communication
+ Chapter 1-6: Customizing Your Application
+ Chapter 1-7: The Documentation Facility
+ Chapter 1-8: Application Design Tools
+ Chapter 2-1: Data Dictionary Overview
+ Chapter 2-2: Data Dictionary Concepts
+ Chapter 2-3: Domains
- Chapter 2-4: Files and Fields
+ Chapter 2-5: Work Fields
+ Chapter 3-1: Overview of APPX Processes
+ Chapter 3-2: Getting Started
+ Chapter 3-3: Process Definition
+ Chapter 3-4: Menu Processes
+ Chapter 3-5: Job Processes
+ Chapter 3-6: Input Processes
+ Chapter 3-7: Output Processes
+ Chapter 3-8: Update Processes
+ Chapter 3-9: Query Processes
+ Chapter 3-10: Inquiry Processes
+ Chapter 3-11: Status Processes
+ Chapter 3-12: Subroutine Processes
+ Chapter 3-13: Table Processes
+ Chapter 3-14: Automatic and Optional Children
+ Chapter 3-15: Using the Image Editor
+ Chapter 3-16: Using GUI Features of the Image Editor
+ Chapter 3-17: Using Event Points
+ Chapter 4-1: ILF Integration
+ Chapter 4-2: True/False Status Indicators
+ Chapter 4-3: Specifying Statements
+ Chapter 4-4: The ILF Editor
+ Chapter 4-5: The Appx ILF Debugger
+ Chapter 4-6: ILF Keyword Reference
+ Chapter 4-7: Predefined Fields
+ Chapter 4-8: Runtime Subroutine's and Predefined Processes
+ Chapter 4-9: Appx Chart Director API

Chapter 2-4: Files and Fields

Files Additional Attributes Option


The files Additional Attributes overlay displays when you invoke the Additional Attributes option from the Files/Fields screen. From this overlay, you can enter additional parameters for the file. Upon completion, you are returned to the Files/Fields screen.

 File-Level Event Points for Rules Overlay

The files Additional Attributes overlay contains some or all of the following fields, depending upon the file type:

Create By Database Management? indicates how a permanent file is to be created, either with the create utility in database management, or by the designer with statements. The specification does not apply to temporary files. The Create by Database Management? options are:

iconcheckyes.png    A file is to be created automatically by the create utility in database management.

iconcheckno.png    You assume exclusive control over when a file is created. It is created when an APPX process executes a CREATE statement. The system, however, includes this file on display screens in database management, permitting the database manager to establish defaults, such as the number of records in the file.

The default is 'yes' iconcheckyes.png.

Open File Shared? indicates whether or not you want this file to be shared between users. The Open File Shared? options are:

iconcheckyes.png    The file is to be shared between users.

iconcheckno.png    The file is to be used exclusively by the user that first opens the file. This exclusivity continues until the user closes the file.

The default is 'yes' iconcheckyes.png.

Compress Records? indicates whether or not the records in a file are to be compressed, when possible. Compression optimizes the use of external storage devices by eliminating empty space in a record. Whether or not records can be compressed, and the way they are compressed, depends upon the operating system. In some systems, compressed records in consecutive files may not be modifiable. Refer to your system manual for additional information. The Compress Records? options are 'yes' iconcheckyes.png, which tells APPX to compress when possible, and 'no' iconcheckno.png, which tells APPX not to compress. The default is 'yes' iconcheckyes.png.

Variable Length Record? indicates whether or not the record storage length for a file varies from record to record. Select 'yes' iconcheckyes.png for variable length storage in which APPX allocates the exact amount of space required to store each field in a record (the fixed length), less the trailing null portion of the record. When a record is read from such a file, APPX restores the truncated, null fields. On some systems, variable length records in sequential files may not be modifiable.

Select 'no' iconcheckno.png for fixed length storage in which APPX allocates a predetermined amount of space for each record, regardless of whether or not the entire allocation is necessary. This length is equal to the sum of the lengths of the fields in record. The default for this field is 'no'. Click the checkbox to toggle between 'yes' iconcheckyes.png and 'no' iconcheckno.png values.

Files with variable length records undergo a 'quick restructure' when fields have been added at the end of the record. The restructure process must still be run, but only the file header is processed, not each individual record. This dramatically decreases restructure time when comparing the restructure time for a file with fixed-length records.

Category is used by utilities that automatically generate applications.

Application Design Manual                                         "Powered by Appx Software"

1008

©2006 By APPX Software, Inc. All Rights Reserved